@@ -5,7 +5,7 @@ highlighter: none |
||
| 5 | 5 |
|
| 6 | 6 |
# Permalinks |
| 7 | 7 |
permalink: /:title |
| 8 |
-relative_permalinks: true |
|
| 8 |
+relative_permalinks: false |
|
| 9 | 9 |
|
| 10 | 10 |
# Setup |
| 11 | 11 |
timezone: America/Brasilia # eg. Asia/Kathmandu |
@@ -2,7 +2,7 @@ |
||
| 2 | 2 |
layout: post |
| 3 | 3 |
title: "Hello World v2" |
| 4 | 4 |
date: 2015-05-07 20:34:46 |
| 5 |
-categories: jekyll update |
|
| 5 |
+categories: update |
|
| 6 | 6 |
image: |
| 7 | 7 |
feature: hello-world.jpg |
| 8 | 8 |
topPosition: 0px |
@@ -11,6 +11,8 @@ |
||
| 11 | 11 |
"devDependencies": {
|
| 12 | 12 |
"browser-sync": "~1.7.1", |
| 13 | 13 |
"concurrent-transform": "^1.0.0", |
| 14 |
+ "grunt": "^1.0.1", |
|
| 15 |
+ "grunt-sftp-deploy": "^0.2.5", |
|
| 14 | 16 |
"gulp": "^3.8.11", |
| 15 | 17 |
"gulp-autoprefixer": "~2.0.0", |
| 16 | 18 |
"gulp-image-resize": "^0.6.0", |